From: Michael Albinus Date: Sun, 15 Jun 2014 20:49:10 +0000 (+0200) Subject: * NEWS: New Tramp method "nc". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~709^2~697^2~80 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9c0fe14c9eccb0d4812c9570788a3c3983946fe2;p=emacs.git * NEWS: New Tramp method "nc". --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 9c2582cb0f4..4419f4a0e66 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-06-15 Michael Albinus + + * NEWS: New Tramp method "nc". + 2014-06-08 Leo Liu * themes/deeper-blue-theme.el: Use another fix. (Bug#17695) diff --git a/etc/NEWS b/etc/NEWS index 5df08978567..484a4f26d3d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -102,6 +102,10 @@ specify the type of shell in use (bash, csh, etc). When `url-handler-mode' is enabled, file operations for these protocols as well as for "telnet" and "ftp" are passed to Tramp. +** Tramp + +*** New connection method "nc", which allows to access dumb busyboxes. + ** Obsolete packages ---